net/http.http2serverConn.sendServeMsg (method)

8 uses

	net/http (current package)
		h2_bundle.go#L4902: func (sc *http2serverConn) onSettingsTimer() { sc.sendServeMsg(http2settingsTimerMsg) }
		h2_bundle.go#L4904: func (sc *http2serverConn) onIdleTimer() { sc.sendServeMsg(http2idleTimerMsg) }
		h2_bundle.go#L4906: func (sc *http2serverConn) onShutdownTimer() { sc.sendServeMsg(http2shutdownTimerMsg) }
		h2_bundle.go#L4908: func (sc *http2serverConn) sendServeMsg(msg interface{}) {
		h2_bundle.go#L5264: 	sc.shutdownOnce.Do(func() { sc.sendServeMsg(http2gracefulShutdownMsg) })
		h2_bundle.go#L6225: 	defer sc.sendServeMsg(http2handlerDoneMsg)
		h2_bundle.go#L6649: 	w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
		h2_bundle.go#L6675: 	w.rws.conn.sendServeMsg(func(sc *http2serverConn) {